projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a0357
)
gdk: Drop the query_state vfunc
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 26 Aug 2020 20:09:14 +0000
(16:09 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 26 Aug 2020 21:56:41 +0000
(17:56 -0400)
It is no longer used.
gdk/gdkdeviceprivate.h
patch
|
blob
|
history
diff --git
a/gdk/gdkdeviceprivate.h
b/gdk/gdkdeviceprivate.h
index af26e8ab846c6b8dcc316f0232be8d53411972ed..e556c83bbe32e1bae80cb4d017fb5c4cfe6ed10b 100644
(file)
--- a/
gdk/gdkdeviceprivate.h
+++ b/
gdk/gdkdeviceprivate.h
@@
-105,12
+105,6
@@
struct _GdkDeviceClass
GdkSurface *surface,
GdkCursor *cursor);
- void (* query_state) (GdkDevice *device,
- GdkSurface *surface,
- GdkSurface **child_surface,
- double *win_x,
- double *win_y,
- GdkModifierType *mask);
GdkGrabStatus (* grab) (GdkDevice *device,
GdkSurface *surface,
gboolean owner_events,